home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 3
/
Info_Mac_1994-01.iso
/
Development
/
Source
/
Mailcheck Source
/
drvr src
/
mmc_macmail.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-08-01
|
301 b
|
13 lines
|
[
TEXT/KAHL
]
/*
* mmc_macmail interface to to turn off/on mailcheck while macmail is running
* should be called every five min or so to inhibit mailcheck
*/
#define MMC_normal (0L)
#define MMC_inhibit (1L)
/*
* set desire for inhibit and name as a str255
*/
void mmc_macmail(long want_inhibit,char *name);